lsm_nfs_export_read_write_get(3) | Libstoragemgmt C API Manual | lsm_nfs_export_read_write_get(3) |
NAME¶
lsm_nfs_export_read_write_get - Retrieves the host list with read and write of the nfs_export
SYNOPSIS¶
lsm_string_list * lsm_nfs_export_read_write_get (lsm_nfs_export *exp);
ARGUMENTS¶
- exp
- NFS export to retrieve host list for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the host list with read and write for the lsm_nfs_export.
NOTE¶
Address returned is valid until lsm_nfs_export gets freed, copy return value if you need longer scope. Do not free returned lsm_string_list.
RETURN¶
lsm_string_list. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export pointer.
lsm_nfs_export_read_write_get | April 2021 |